home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 August (DVD) / Level_2003-08_103_DVD_Re-Volt.iso / Software / ThumbHTML / ThumbHTML_Install.exe / {app} / templates / slideshow.tmp < prev    next >
Encoding:
Text File  |  2003-01-01  |  2.0 KB  |  48 lines

  1. <!---------------------------------------------------------------------------------------
  2.   ThumbHTML - slideshow template
  3.   -------------------------------
  4.   
  5.   This is the template for the slideshow page generated by ThumbHTML.
  6.   You can edit this as necessary to customise the appearance of your pages.
  7.   the following 'macro' elements are available, and will be substituted with the corresponding
  8.   item by ThumbHTML wherever they appear in the template:
  9.  
  10.   <!--title-->              Page title
  11.   <!--filename-->           Filename
  12.   <!--imagecount-->         Image count
  13.   <!--photodate-->          Photo datetime
  14.   <!--photodetails-->       Photo details
  15.   <!--descriptions-->       Photo comments
  16.   <!--image-->              The actual image
  17.   <!--mainimagepagelink-->  Link to main image thumbnail page
  18.   <!--progver-->            ThumbHTML version
  19.   <!--date(mm/dd/yyyy)-->   Current date (replace date format as required)
  20.   <!--time(hh:mm)-->        Current time (replace time format as required)
  21.   <!--footer-->             Footer (can include other macros)
  22.   
  23.   Note: the </head> tag is replaced by all the necessary header info (i.e. the Javascript)
  24.   which carries out the slideshow by ThumbHTML.
  25.      
  26.   Jeff Waldock, February 4, 2003.
  27. ------------------------------------------------------------------------------------------>
  28. <html><head>
  29. <meta name="generator" content="ThumbHTML v<!--progver-->">
  30. <title><!--title--></title>
  31. <link rel="stylesheet" type="text/css" href="photos.css">
  32. </head>
  33. <body onload="doSShow()">
  34. <center>
  35. <H1><!--title--></H1>
  36. <hr size="1" width="50%" align="center">
  37. <table border="0" cellpadding="0" cellspacing="0">
  38. <tr><td colspan="2"><!--filename--> <!--imagecount--></td></tr>
  39. <tr>
  40.   <td height="25"><!--photodate--></td>
  41.   <td align="right" height="25"><!--photodetails--></td>
  42. </tr>
  43. <tr><td id="mainimage" colspan="2" align="center"><!--image--><br><!--descriptions--></td></tr>
  44. </table>
  45. <!--mainimagepagelink-->
  46. </center>
  47. <!--footer-->
  48.